Docs.rs
pingora-pool-0.4.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pingora-pool 0.4.0
A connection pool system for connection reuse.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
1
out of
1
items documented
0
out of
1
items with examples
Size
Source code size: 50.82 kB
Documentation size: 940.34 kB
Links
cloudflare/pingora
22499
1244
100
crates.io
Dependencies
crossbeam-queue ^0.3
normal
log ^0.4
normal
lru ^0
normal
parking_lot ^0.12
normal
pingora-timeout ^0.4.0
normal
thread_local ^1.0
normal
tokio ^1
normal
tokio-test ^0.4
dev
Versions
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Owners
Generic connection pooling The pool is optimized for high concurrency, high RPS use cases. Each connection group has a lock free hot pool to reduce the lock contention when some connections are reused and released very frequently.